body {
	background-color: #ffffff;
	padding: 0px 0px;
	margin: 0px 0px;
}
body, p, td, div, select, option, input[type='text'], textarea {
	font-family: 'Lato', Arial, san-serif;
	font-weight: 400;
	font-size: 1rem;
	color: #222222;
}

b, strong {
    font-weight: 700;
}

em {
    font-weight: 400italic;
}

strong em {
    font-weight: 700italic;
}

.tight {
	font-family: 'Lato', Arial, san-serif;
	font-weight: 400;
	font-size: 12px;
	color: #000000;
	line-height: 15px;
}

h1 {
	font-family: 'Lato', Arial, san-serif;
	font-weight: 700;
	font-size: 26px;
	color: #000000;
}
h2 {
	font-family: 'Lato', Arial, san-serif;
	font-weight: 700;
	font-size: 18px;
	color: #555555;
}

a {
	color: #2100b6;
	text-decoration: none;
}
a:hover {
	color: #ff9933;
	text-decoration: underline;
}

.social-media-icon-container {
	display: flex;
    justify-content: flex-end;
    gap: 10px;
    padding: 15px;
}

/**
*	Header
*/

.header-logo {
	display: flex;
    flex-direction: row;
    justify-content: space-between;
	align-items: center;
	max-width: 1150px;
	height: 80px;
	margin: auto auto;
}

/**
 * For Buttons
 */

input[type='button'], input[type='submit'] {
    background-color: #ffdd55;
    color: #000000;
    font-family: 'Lato', Arial, san-serif;
    font-weight: 700;
    font-size: 16px;
    border: none;
    padding: 6px 15px;
    cursor: pointer;
    text-transform: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

input[type='button']:hover, input[type='submit']:hover {
    background-color: #47649B;
    color: #ffffff;
}


/**
 * For Text Inputs
 */

input[type='text'], input[type="password"], input[type="email"], textarea, select{
    padding: 2px 6px 4px 6px;
    border: 1px solid #b2b2b2;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    min-width: 410px;
}


/*
* Template
*/

.template {
    width: 100%; 
    max-width: 1150px; 
    margin: 0px auto; 
    padding: 0px 0px 0px 0px;
}

.template-splash-banner {
	background-color: #ffdd55;
	padding: 10px;
	display: flex;
	flex-direction: row;
	justify-content: space-evenly;
	align-items: center;
}

.template-information-container {
	font-size: 16px;
	flex: 2;
	padding: 1rem;
}

.template-splash-content-container {
	display: flex;
	flex-direction: row;
}

.template-img-container {
	display: flex;
	flex-direction: column;
	flex: 1;
}

.template-img-container img {
	border-top: 1px solid #ffffff;
	width: 100%;
}

.template-content-container {
	display: flex;
	flex-direction: row;
	width: 100%;
}

.template-content {
	display: flex;
	flex-direction: column;
	width: 100%;
    padding-right: 20px;
	padding-bottom: 25px;
}
.template-content div.tab,
.template-content div.query_wrapper,
.template-content div.query_wrapper div.note_body{
    padding-bottom: 0px;
}
.template-content h2{
    color: #000;
}
.template-content table {
    width: 100%;
    padding-bottom: 20px;
    margin-bottom: 10px;
    border-collapse: collapse;
    border-bottom: 1px solid #ccc;
}

.template-content table tr:nth-child(odd) {
    background-color: #faf6f2;
}
.template-content table thead tr:nth-child(odd){
    background-color: #eee;
}
.template-content table tr td {
    padding: 6px 10px;
}
.template-content table tr td:first-child {
    width: 225px;
}

.cfp_profile {
    display: flex;
    align-items: flex-start;
    padding: 10px 14px;
}
.cfp_profile:nth-child(odd){
    background-color: #faf6f2;
}
.row1{
    background-color: #fff;
}
.cfp_profile label{
    width: 130px;
    padding-top: 4px;
}
.cfp_profile textarea {
    height: 250px;
}
.cfp_profile #contact_bioWordCount{
    min-width: 75px;
}
#container_x label,
#container_facebook label,
#container_linkedin label,
#container_instagram label{
    width: auto;
}
#container_x input[type='text'],
#container_facebook input[type='text'],
#container_linkedin input[type='text'],
#container_instagram input[type='text']{
    min-width: auto;
}
label{
    padding-right: 20px;
}

@media screen and (max-width:1150px) {
	body {
		margin-left: 10px;
		margin-right: 10px;
	}
}


@media screen and (max-width: 975px) {
	.template-content-container {
		flex-direction: column;
	}
	.template-img-container img {
		max-width: 32vw;
    	min-width: 32vw;
	}

}


@media only screen and (max-width: 750px) {
	.header-logo-subtitle {
		display: none;
	}

	.header-logo img {
		width: 100%;
	}

	.template-img-container {
		flex-direction: row;
	}

	.template-splash-content-container {
		flex-direction: column-reverse;
	}

	.template-img-container img {
		max-width: 100vw;
    	min-width: 44vw;
	}

  }

@media screen and (max-width: 600px) {

	.template-splash-banner {
		gap: 10px;
	}


	.template-img-container {
		flex-direction: row;
		width: 100%;
	}

	.template-information-container {
		padding-bottom: 0;
	}

}

@media screen and (max-width: 400px) {

	.content-margin {
		margin: 10px;
	}

	.template-content-container .container {
		margin: 10px;
	}

	.template-img-container {
		max-width: 100%;
	}
}

.nav-buttons {
	width: 100%;
	text-align: center;
	display: flex;
	justify-content: center;
	column-gap: 12px;
}

.query_input input[type='radio'], .query_input input[type='checkbox']{
	margin-bottom: 5px;
}

.nav-live-access-button-container {
    text-align: center;
}